Target elements are used by the <do> elements to identify which element the rule touches.
The target elements are mutually exclusive and contain the attributes of the element with the same name of the XDD file.
More target elements can be specified:
<table> used to describe a change to make on the <table> element of the XDD file.
<schema> used to describe a change to make on one of the <schema> element of the XDD file.
<field> used to describe a change to make on one of the <field> element (children of the <schema> element element) of the XDD file.
<XFDrules>
<rule>
<do>
<"Action">
<"Target">
</"Target">
</"Action">
</do>
</rule>
</XFDrules>
Attibutes
For <table> target element attributes please refer to the attributes list of the <table> element of the XDD file.
For <schema> target element attributes please refer to the attributes list of the <schema> element of the XDD file.
For <field> target element attributes please refer to the attributes list of the <field> element (children of the <schema> element element) of the XDD file.